func runtime.profilealloc

7 uses

	runtime (current package)
		arena.go#L805: 			profilealloc(mp, unsafe.Pointer(span.base()), userArenaChunkBytes)
		malloc.go#L1225: 		profilealloc(mp, x, span.elemsize)
		malloc.go#L1327: 		profilealloc(mp, x, size)
		malloc.go#L1418: 		profilealloc(mp, x, size)
		malloc.go#L1511: 		profilealloc(mp, x, size)
		malloc.go#L1584: 		profilealloc(mp, x, size)
		malloc.go#L1795: func profilealloc(mp *m, x unsafe.Pointer, size uintptr) {